lcMLStyleDelLine Home

Deletes line definition from multiline style.

 BOOL lcMLStyleDelLine (
   HANDLE hStyle,
   int iLine
 );

Parameters
hStyle
  Handle to a multiline style.
iLine
  Line index.
If -1 is specified, then all exist lines will be deleted and 2 default lines will be added, with offset -1.0 and 1.0, color "ByLayer" and linetype "Continuous".

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

Remarks

  Multiline style must have at least 2 line definitions, therefore you can't delete a line if only 2 remaiins.

See Also

  lcMLStyleAddLine,   lcMLStyleSortLines